home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / qrabout.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  2.5 KB  |  80 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'qrabout.pas' rev: 3.00
  6.  
  7. #ifndef qraboutHPP
  8. #define qraboutHPP
  9. #include <ShellAPI.hpp>
  10. #include <OleCtrls.hpp>
  11. #include <StdCtrls.hpp>
  12. #include <ExtCtrls.hpp>
  13. #include <Dialogs.hpp>
  14. #include <Forms.hpp>
  15. #include <Controls.hpp>
  16. #include <Graphics.hpp>
  17. #include <Classes.hpp>
  18. #include <SysUtils.hpp>
  19. #include <Messages.hpp>
  20. #include <Windows.hpp>
  21. #include <SysInit.hpp>
  22. #include <System.hpp>
  23.  
  24. //-- user supplied -----------------------------------------------------------
  25.  
  26. namespace Qrabout
  27. {
  28. //-- type declarations -------------------------------------------------------
  29. class DELPHICLASS TQRAboutBox;
  30. class PASCALIMPLEMENTATION TQRAboutBox : public Forms::TForm 
  31. {
  32.     typedef Forms::TForm inherited;
  33.     
  34. __published:
  35.     Extctrls::TImage* Image1;
  36.     Stdctrls::TButton* Button1;
  37.     Stdctrls::TLabel* Label1;
  38.     Stdctrls::TLabel* Label2;
  39.     Stdctrls::TLabel* VisitLabel;
  40.     Stdctrls::TLabel* Label3;
  41.     Stdctrls::TLabel* OrderLabel;
  42.     Extctrls::TBevel* Bevel1;
  43.     Stdctrls::TLabel* Label5;
  44.     Extctrls::TImage* Image2;
  45.     Stdctrls::TLabel* Label4;
  46.     Extctrls::TPanel* CredPanel;
  47.     Stdctrls::TLabel* Label6;
  48.     Stdctrls::TLabel* Label7;
  49.     void __fastcall Button3Click(System::TObject* Sender);
  50.     void __fastcall FormCreate(System::TObject* Sender);
  51.     void __fastcall Label4MouseDown(System::TObject* Sender, Controls::TMouseButton Button, Classes::TShiftState 
  52.         Shift, int X, int Y);
  53.     void __fastcall FormKeyDown(System::TObject* Sender, Word &Key, Classes::TShiftState Shift);
  54.     void __fastcall FormKeyUp(System::TObject* Sender, Word &Key, Classes::TShiftState Shift);
  55.     void __fastcall Label3Click(System::TObject* Sender);
  56.     
  57. private:
  58.     bool EggOK;
  59. public:
  60.     /* TCustomForm.Create */ __fastcall virtual TQRAboutBox(Classes::TComponent* AOwner) : Forms::TForm(
  61.         AOwner) { }
  62.     /* TCustomForm.CreateNew */ __fastcall TQRAboutBox(Classes::TComponent* AOwner, int Dummy) : Forms::
  63.         TForm(AOwner, Dummy) { }
  64.     /* TCustomForm.Destroy */ __fastcall virtual ~TQRAboutBox(void) { }
  65.     
  66. public:
  67.     /* TWinControl.CreateParented */ __fastcall TQRAboutBox(HWND ParentWindow) : Forms::TForm(ParentWindow
  68.         ) { }
  69.     
  70. };
  71.  
  72. //-- var, const, procedure ---------------------------------------------------
  73.  
  74. }    /* namespace Qrabout */
  75. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  76. using namespace Qrabout;
  77. #endif
  78. //-- end unit ----------------------------------------------------------------
  79. #endif    // qrabout
  80.